chore(deps): bump opentelemetry-semantic-conventions from 0.62b0 to 0.62b1#1
Merged
mpkrass7 merged 1 commit intoMay 15, 2026
Conversation
Bumps [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-python) from 0.62b0 to 0.62b1. - [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python/commits) --- updated-dependencies: - dependency-name: opentelemetry-semantic-conventions dependency-version: 0.62b1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
74fd692 to
039f83b
Compare
dgokeeffe
added a commit
that referenced
this pull request
May 16, 2026
Three dependabot PRs landed on main in the last 4 days (#1-#5) without cross-constraint checking. Two of them combined to break every deploy: 1. PR #3 bumped importlib-metadata 8.7.1 -> 9.0.0 2. PR #4 bumped opentelemetry-sdk to 1.41.1 but left opentelemetry-api at 1.41.0 (mismatched — the sdk requires the api at the same version) Symptom: `make deploy` fails at the [BUILD] step with "ERROR: Cannot install importlib-metadata==9.0.0 and mlflow-skinny==3.11.1 because these package versions have conflicting dependencies" Discovered when attempting to redeploy feat/enterprise-proxy-registry for security-fix verification. Reproduces on bare main — not specific to the feature branch. Resolution math: - mlflow-skinny 3.11.1 requires importlib_metadata>=3.7,<9 - opentelemetry-api 1.41.x requires importlib-metadata>=6.0,<8.8.0 The opentelemetry constraint is the binding one: even bumping mlflow-skinny to 3.12.0 doesn't help (it requires opentelemetry<=1.16, undoing the otel bump). The only path that keeps the otel and mlflow versions on main is reverting importlib-metadata to <8.8. Changes: - requirements.txt: importlib-metadata 9.0.0 -> 8.7.1 - requirements.txt: opentelemetry-api/proto 1.41.0 -> 1.41.1 (align with sdk) - pyproject.toml: declare `importlib-metadata<8.8` explicitly so dependabot won't try this bump again until upstream widens caps Verified with `uv pip install --dry-run -r requirements.txt` — resolves cleanly. Ready to deploy. Co-authored-by: Isaac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps opentelemetry-semantic-conventions from 0.62b0 to 0.62b1.
Changelog
Sourced from opentelemetry-semantic-conventions's changelog.
Commits